home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2464 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.eunet.fi!fipnet!kone!jsaarinen
  2. Newsgroups: comp.sys.amiga.programmer
  3. X-NewsReader: IntuiNews 1.2b (31.7.94)
  4. References: <38232191@kone.fipnet.fi> <551.6602T1231T2646@ifi.uio.no>
  5. From: "Jyrki Saarinen" <jsaarinen@kone.fipnet.fi>
  6. Date: Wed, 31 Jan 96 15:53:26 UT
  7. Comments: Illegal date header - new date added by quicknews
  8. X-Original-Date: Wed, 31 Jan 96 17:23:28 
  9. MIME-Version: 1.0
  10. Content-Type: text/plain; charset=iso-8859-1
  11. Content-Transfer-Encoding: binary
  12. Subject: Re: PPC compilers
  13. Message-ID: <38232238@kone.fipnet.fi>
  14.  
  15.  
  16. > Sorry, I have not followed this discusion closely.
  17. > What problems will it cause to have 2 addx? Is there anything wrong with
  18. > just exchanging the fraction parts like we are doing today?
  19.  
  20. For a normal loop with one addx you set the x-flag correctly like
  21. this:
  22.  
  23.         moveq   #0,d0
  24.         add.l   d1,d0
  25.         ...
  26. .loop   addx.l  d1,d2
  27.         dbf     d7,.loop
  28.  
  29. But, what we do if we have two addx (16.16 for V too) and still
  30. want 100% accuracy.
  31.  
  32. You just cleared the x-flag before the loop, is that really
  33. correct?
  34.  
  35. --                               _
  36. a Stellar programmer          _ //
  37. "Amiga - back for the future" \X/
  38.